projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaa9e4
)
Remove reference to src/s file
author
Glenn Morris
<rgm@gnu.org>
Wed, 8 Aug 2012 16:07:24 +0000
(09:07 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 8 Aug 2012 16:07:24 +0000
(09:07 -0700)
etc/PROBLEMS
patch
|
blob
|
history
diff --git
a/etc/PROBLEMS
b/etc/PROBLEMS
index 0f6e0077baf02677c4412cb14fd7b1dba62a623e..4edab8a41dc30d7e587b534abe13dd2fec376da6 100644
(file)
--- a/
etc/PROBLEMS
+++ b/
etc/PROBLEMS
@@
-443,8
+443,8
@@
Thus, you could start by adding this to config.h:
#define LIBS_SYSTEM -lresolv
Then if this gives you an error for redefining a macro, and you see that
-the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h
-
again
to say this:
+config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point
+
(possibly in an included file) you could change it
to say this:
#define LIBS_SYSTEM -lresolv -lfoo -lbar